Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gz-math8: remove test based on manual compiler flags #2723

Merged
merged 3 commits into from
Aug 13, 2024

Conversation

azeey
Copy link
Member

@azeey azeey commented Aug 12, 2024

As reported in gazebosim/gz-math#614 (comment), the gz-math8 bottle install jobs are broken after gazebosim/gz-math#614. This is because the PR made changes to the SignalStats.hh file to include a header from gz-utils. One solution is to update the manual flags to include gz-utils3, but that proved to be nontrivial because the variables defined by homebrew are specific to the package being built, in this case gz-math8. Figuring out the library and include directories for gz-utils3 would involve using the HOMEBREW_PREFIX variable and somehow determining the version of gz-utils3. So, instead I opted to remove this test. @scpeters suggested implementing a replacement with pkg-config, but I think we should do that in follow up PR.

@azeey azeey requested a review from scpeters as a code owner August 12, 2024 22:37
@scpeters scpeters changed the title Remove bottle test based on manual compiler flags gz-math8: remove test based on manual compiler flags Aug 13, 2024
Copy link
Member

@scpeters scpeters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed one more line in 52c5b9d and now it passes for me

@scpeters scpeters merged commit 2df1d1a into master Aug 13, 2024
1 check passed
@scpeters scpeters deleted the azeey/fix_gz_math_test branch August 13, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants